Kernel.is_integer
You're seeing just the function
is_integer
, go back to Kernel module for more information.
Specs
Returns true
if term
is an integer; otherwise returns false
.
Allowed in guard tests. Inlined by the compiler.