You forgot to include the class you were testing against:
"1".is_a?(Integer) # false1.is_a?(Integer) # true