# Integer honors the 0 (octal), 0b (binary), and 0x (hexadecimal) prefixes.x = 100x.kind_of? Integer # => true