Kernel.is_integer

You're seeing just the function is_integer, go back to Kernel module for more information.

Specs

is_integer(term()) :: boolean()

Returns true if term is an integer; otherwise returns false.

Allowed in guard tests. Inlined by the compiler.