Me parece que tendrás que hacerlo en dos pasos:
Código:
nodoNoticiasBorrados = objxml.selectSingleNode("/Integracion/Alumnos[@Accion='Borrados']")
if not is nothing nodoNoticiasBorrados then
numNoticias_borrados = objxml.selectSingleNode("/Integracion/Alumnos[@Accion='Borrados']").childNodes.length
else
numNoticias_borrados = 0
end if
Aunque probablemente pare este momento ya lo resolviste