[SYCL][Clang] Add sentinel value to kernel_args_sizes
Add sentinel value to compiler generated array kernel_args_sizes
in integration header to avoid warnings about empty arrays. This
array is used to hold the number of elements in each kernel. This
PR changes the type to int to add a sentinel value of -1.