var.isInteger

bool isInteger() @property const nothrow @nogc pure @safe

Returns true if this is any integer type (BYTE, UBYTE, SHORT, USHORT, INT, UINT, LONG, ULONG).

Returns

true if this is an integer var, false otherwise.