Qurak

IntegerQ

Available

Check if a value is an integer.

IntegerQ[expr]
IntegerQ[5] → TrueIntegerQ[0] → TrueIntegerQ[-7] → TrueIntegerQ[3.0] → FalseIntegerQ[3.5] → FalseIntegerQ[1.2] → FalseIntegerQ[-0.5] → FalseIntegerQ[0.0] → FalseIntegerQ[a] → False

Topics

Related

All 6300 functions · Use this from an MCP client