To check whether a string contains any number or not

This is my variable data: String = 'admin123' I want to check whether that string contains any number or not. if the string contains number, it should return true or else false. Is there any keyword to that in IF condition.