isInteger

open override val isInteger: Boolean

Checks whether the current term is an integer. This method is guaranteed to return true if and only if the current term is an instance of Integer.

Return

true if the current term is an integer number, or false, otherwise