String s = "23";int i;try{ i = Integer.parseInt(s);}catch (Exception e){ System.out.println("Das war aber keine Zahl...");}