This is my suggestion. It better readable in my opionion:
integerList .stream() .mapToInt(Integer::intValue) .sum();